'Declaration
Public Overloads Function TwainLoadConfiguration( _ ByVal Data() As Byte _ ) As Boolean
public bool TwainLoadConfiguration( byte[] Data )
public function TwainLoadConfiguration( Data: Bytearray of ): Boolean;
public function TwainLoadConfiguration( Data : byte[] ) : boolean;
public: bool TwainLoadConfiguration( byte[]* Data )
public: bool TwainLoadConfiguration( array<byte>^ Data )
Parameters
- Data
- The array of bytes containing the current device configuration data.
Return Value
TRUE if successful, FALSE otherwise -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.